home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / virtual_.swf / scripts / DefineButton2_636 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2007-09-27  |  77 b   |  7 lines

  1. on(release){
  2.    if(_parent.LockAnim != true)
  3.    {
  4.       play();
  5.    }
  6. }
  7.